@charset "utf-8";
/* 全局样式 */
* {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li,
p,
br {

  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
:focus {
  outline: 0;
}
a:hover {
  text-decoration: none;
}
em,
i {

  font-style: normal;
}
button,
input,
select,
textarea {

  font-family: "微软雅黑", "Microsoft YaHei", Tahoma, Verdana, Arial;
  border: 0;
  font-size: 0.28rem;
}
button {
  cursor: pointer;
}
::placeholder {
  color: #999;
}
html,
body {

  height: 100%;
  position: relative;
}
body {
  max-width: 750px;
  margin: 0 auto;
  background-color: #f3f3f3;
  font-family: "微软雅黑", "Microsoft YaHei", Tahoma, Verdana, Arial;
  font-size: 0.26rem;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  zoom: 1;
}
.wrapper {
  max-width: 100%;
  color: #000;
  line-height: 1.5;
  padding-bottom: 2rem;
}
/* tab */
.ticket-tab {
  background: #fff;
  text-align: center;
  margin: 0.1rem 0 0 0;
  position: relative;
  line-height: 0.8rem;
}
.ticket-tab a {
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.3rem;
  width: 1.28rem;
  margin: 0 0.4rem;
}
.ticket-tab a span {
  border-bottom: 1px solid #fff;
  display: inline-block;
  color: #212121;
  padding: 0 0.2rem;
}
.ticket-tab a.cur span {
  border-bottom-color: #4372e4;
  color: #4372e4;
}
.ticket-kind {
  padding: 0 0.2rem;
  margin: 0.2rem 0;
}
.ticket-kind .cur {
  color: #018ed5;
}
.ticket-kind a {
  margin-right: 0.5rem;
}
.ticket-tab .icon-set {
  background: url(../../images/EInvoice2020/icon-set.png) no-repeat;
  width: 0.4rem;
  height: 0.38rem;
  background-size: 100% 100%;
  position: absolute;
  display: inline-block;
  margin: 0;
  right: 0.35rem;
  top: 0.1rem;
}
.ticket-total {
  padding: 0 0.2rem;
  line-height: 0.6rem;
  background: #fefdeb;
  color: #ff3b30;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ticket-total a {

  font-size: 0.22rem;
  color: #fff;
  background: #ff3b30;
  height: 0.32rem;
  line-height: 0.32rem;
  border-radius: 0.1rem;
  padding: 0 0.05rem;
}
.ticket-box {
  background: #ebebeb;
  overflow: hidden;
}
.ticket-box li {
  overflow: hidden;
  margin: 0.12rem 0;
}
.ticket-box .t-left {
  float: left;
  width: 6.18rem;
  height: 1.7rem;
  background: #fff;
  border-radius: 8px;
}
.ticket-box .t-right {
  float: right;
  width: 1.2rem;
  height: 1.7rem;
  background: #fff;
  border-radius: 8px;
}
.ticket-box .t-right span {
  width: 0.3rem;
  display: inline-block;
  font-size: 0.3rem;
  color: #fff;
  margin: 0 auto;
  line-height: 1.2;
}
.ticket-box .price-bg {
  width: 1.6rem;
  height: 0.82rem;
  line-height: 0.82rem;
  text-align: center;
  font-size: 0.46rem;
  margin: 0 0.2rem;
}
.ticket-box .price-bg em {
  font-size: 0.26rem;
}
.ticket-box .ticket-info {
  width: 4.18rem;
  height: 100%;
  border-left: 1px dotted #bce1f4;
  padding-left: 0.3rem;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 0.28rem;
  color: #000;
  position: relative;
}
.ticket-box .ticket-info em {
  color: #666;
}
.ticket-box .ticket-info .ticket-text {
  text-indent: 0.48rem;
}
.ticket-box .ticket-info .ykp-icon {
  width: 1.23rem;
  position: absolute;
  top: 0.2rem;
  right: 0.1rem;
}
.vertical-middle {
  display: flex;
  display: -webkit-flex;
  /* Chrome */
  -webkit-align-items: center;
  align-items: center;
}
.reminder {
  text-align: center;
  margin-bottom: 0.2rem;
}
.reminder h2 {
  background: #ff9500;
  font-size: 0.26rem;
  font-weight: 300;
  display: inline-block;
  color: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.1rem;
  margin: 0.2rem auto;
  position: relative;
}
.reminder h2:before {
  content: "";
  border-top: 1px solid #ff9500;
  width: 1.4rem;
  position: absolute;
  left: -1.4rem;
  top: 0.3rem;
}
.reminder h2:after {
  content: "";
  border-top: 1px solid #ff9500;
  width: 1.4rem;
  position: absolute;
  right: -1.4rem;
  top: 0.3rem;
}
.reminder .word {
  text-align: left;
  font-size: 0.24rem;
  color: #666;
  padding: 0 0.25rem;
}
.reminder .word-hidden {
  height: 1rem;
  overflow: hidden;
}
.reminder-more {
  line-height: 0.2rem;
}
.arrow-down,
.arrow-up {
  font-size: 0.2rem;
  color: #999;
  position: relative;
  line-height: 0.24rem;
}
.arrow-up:after {
  content: "";
  position: absolute;
  border-right: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  width: 0.15rem;
  height: 0.15rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -0.25rem;
  top: 0.02rem;
}
.arrow-down:after {
  content: "";
  position: absolute;
  border-right: 0.01rem solid #999;
  border-bottom: 0.01rem solid #999;
  width: 0.15rem;
  height: 0.15rem;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  right: -0.25rem;
  top: 0.1rem;
}
/*开具发票*/
.write-ticket {
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
}
.write-ticket h2 {
  font-size: 0.3rem;
  color: #212121;
  font-weight: 300;
  margin-bottom: 0.2rem;
  line-height: 0.5rem;
}
.write-ticket .bill-time {
  float: right;
  font-size: 0.24rem;
  color: #999;
}
.bill-info {
  margin: 0;
  font-size: 0.28rem;
  padding: 0 0.2rem;
  line-height: 0.7rem;
  color: #999;
  background: #fff;
  border-radius: 0.1rem;
}
.bill-info .checkboxs-bar {
  display: inline-block;
  margin-right: 0.6rem;
}
.bill-info li {
  border-bottom: 1px solid #ebebeb;
  padding: 0 0.1rem;
  line-height: 0.95rem;
}
.bill-info li:only-child {
  border-bottom: 1px solid #ebebeb;
}
.bill-box {
  font-size: 0.28rem;
  color: #333;
  overflow: hidden;
}
.bill-box span {
  display: inline-block;
  width: 36%;
  text-align: justify;
  font-size: 0.3rem;
  color: #333;
  float: left;
}
.bill-box .longwords {
  width: 62%;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  margin-left:.06rem;
}
.bill-box input,
.bill-box textarea {
  width: 3.5rem;
  background: none;
  color: #666;
}
.bill-box textarea {
  vertical-align: top;
}
.bill-title {
  width: 30%;
  display: inline-block;
  color: #333;
}
.tip-red {
  color: #ff3b30;
  font-size: 0.24rem;
}
.line-detail {
  font-size: 0.24rem;
  line-height: 1.8;
}
.line-detail span {
  display: inline-block;
  width: 30%;
  text-indent: 0.56rem;
}
.title-blue {
  color: #018ed5;
}
.ticket-foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f3f3f3;
}
.ticket-foot .warm-tips {
  padding: 0.1rem 0.25rem;
  text-align: center;
}
.ticket-foot span {
  color: #333 !important;
  font-size: 0.26rem !important;
}
.ticket-btn {
  width: 5.9rem;
  height: 0.85rem;
  line-height: 0.85rem;
  border-radius: 0.85rem;
  color: #fff;
  font-size: 0.36rem;
  text-align: center;
  display: inline-block;
  margin: 0.2rem auto;
}
.blue-btn {
  background: -webkit-linear-gradient(right, #6a95ff, #3d6cdd);
  background: linear-gradient(to right, #6a95ff, #3d6cdd);
}
.gray-btn {
  background: #c7c7cc;
}
.border-btn {
  width: 100%;
  text-align: center;
}
/** 勾选按钮 **/
label > input[type="radio"],
label > input[type="checkbox"] {
  display: none;
}
.checkboxs {
  display: inline-block;
  position: relative;
}
.checkboxs-bar .checkboxs span {
  color: #999;
  padding-left: 0.35rem;
  display: inline-block;
  font-size: 0.3rem;
  cursor: pointer;
}
.checkboxs1 {
  display: inline-block;
  position: relative;
}
.checkboxs-bar .checkboxs1 span {
  color: #999;
  padding-left: 0.35rem;
  display: inline-block;
  font-size: 0.3rem;
  cursor: pointer;
}
.checkboxs > input + span::after {
  background-image: url(../../images/EInvoice2020/radio.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 0.28rem;
  height: 0.28rem;
  position: absolute;
  top: 50%;
  margin-top: -0.14rem;
  left: 0;
}
.checkboxs1 > input + span::after {
  background-image: url(../../images/EInvoice2020/radio.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  margin-top: -0.14rem;
  right: 0.1rem;
}
.piaochuang{
  position:fixed;
  bottom:2rem;
  left:0.2rem;
  z-index:19;
}

.piaochuang>img:nth-of-type(1){
  width:1.2rem;
  
}

.piaochuang>img:nth-of-type(2){
	
  width: 0.36rem;
    position: absolute;
    left: 0.43rem;
    top: 1.1rem;
}
.checkboxs > input:checked + span::after {
  background-image: url(../../images/EInvoice2020/radio-on.png);
}
.checkboxs1 > input:checked + span::after {
  background-image: url(../../images/EInvoice2020/radio-on.png);
}
.ticket-view {
  display: inline-block;
  margin: 0.2rem 0;
}
.view-tips {
  color: #ff3b30;
  margin: 0.2rem;
}
.ticket-btn-box {
  width: 100%;
  text-align: center;
}
.deer {
  display: inline-block;
  width: 3.14rem;
  margin: 1rem auto 0.6rem auto;
}
.ticket-status {
  text-align: center;
}
.status-word {
  font-size: 0.32rem;
  color: #000;
  margin: 0.2rem 1rem;
}
.status-tips {
  font-size: 0.24rem;
  color: #999;
  margin: 0.4rem 1rem;
}
/** 弹出框样式 从此拷贝 **/
.popBox {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7f000000', endColorstr='#7f000000');
  z-index: 30;
  display: none;
}
:root .popBox {
  -webkit-filter: none\9;
  filter: none\9;
}
.popBox.open {
  display: block;
}
.popBox .popBox-inner {
  background: #fff;
  position: absolute;
  width: 6.5rem;
  top: 50%;
  left: 50%;
  margin-left: -3.15rem;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  border-radius: 5px;
}
.popBox .popBox-inner .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.46rem;
  display: block;
  text-align: center;
  color: #666;
  font-size: 0.5rem;
}
.popBox .popBox-head {
  margin: 0;
  padding: 0 0.1rem;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #0195ff;
  line-height: 0.8rem;
  font-size: 0.36rem;
  color: #0195ff;
}
.popBox .popBox-body {
  padding: 0.2rem 0.4rem;
  font-size: 0.28rem;
  line-height: 180%;
  color: #333;
}
.popBox .popBox-body .popBox-scroll {
  max-height: 6rem;
  overflow: hidden;
  overflow-y: auto;
  word-break: break-all;
}
.popBox .popBox-body .popBox-scroll p {
  text-indent: 0.56rem;
}
.popBox .popBox-foot {
  text-align: center;
  padding: 10px 0 20px 0;
}
.popBox .btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0.66rem;
  font-size: 0.3rem;
  width: 2.2rem;
  background: #0195ff;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin: 0 0.5rem;
  box-sizing: border-box;
}
.popBox .btn-cancel {
  background: #b9b9b9;
}
.popBox .btn:nth-child(2) {
  margin-left: 4%;
}
/*.popBox .btn:only-child { width: 100%;}*/
.popBox-longer {
  overflow-y: scroll;
}
.popBox-longer .popBox-inner {
  top: 0.5rem;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}
.pop-tip-style {
  font-size: 0.28rem;
  color: #333;
  margin: 0.2rem 0;
}
.popBox .btn-w {
  background: #fff;
  border: 1px solid #0195ff;
  color: #0195ff;
}
.popBox-body .bill-info {
  margin: 0;
  line-height: 1.8;
}
.popBox-body .line-detail span {
  width: 40%;
  display: inline-block;
}
.popBox-body .line-detail em {
  width: 59%;
  display: inline-block;
  vertical-align: top;
}
.popBox-body .bill-title {
  width: 40%;
}
.orange-w {
  color: #ff9500;
}
.red-tips {
  margin: 0 0.4rem 0.2rem 0.4rem;
  color: #ff3b30;
  font-size: 0.2rem;
}
.orange-tips {
  color: #ff9500;
  font-size: 0.24rem;
  line-height: 1.5;
  margin: 0.2rem 0;
}
.email-box {
  width: 4.22rem;
  height: 0.85rem;
  line-height: 0.85rem;
  border: 1px solid #999;
  border-radius: 2px;
  margin: 0.2rem auto 0 auto;
  overflow: hidden;
  position: relative;
}
.email-box input {
  padding: 0.2rem;
  font-size: 0.28rem;
  color: #333;
  width: 4rem;
  border: 0;
}
.email-box .email-close {
  font-size: 0.6rem;
  position: absolute;
  right: 0.2rem;
  top: -0.05rem;
}
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 0.66rem;
  font-size: 0.3rem;
  width: 2.2rem;
  background: #0195ff;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  margin: 0 0.5rem;
  box-sizing: border-box;
}
.ticket-hearder {
  line-height: 0.78rem;
  background: #fff;
  padding: 0 0.3rem;
}
.ticket-hearder em {
  color: #406fe3;
  font-size: 0.28rem;
  margin: 0 0.1rem;
}
.bill-tips {
  font-size: 0.24rem;
  color: #ff7800;
  margin: 0.2rem 0.3rem;
}
.bill-email {
  margin: 0;
  font-size: 0.3rem;
  padding: 0 0.2rem;
  line-height: 0.7rem;
  color: #333;
  background: #fff;
  border-radius: 0.1rem;
}
.bill-email p {
  padding: 0 0.1rem;
  line-height: 1rem;
}
.bill-email span {
  margin-right: 0.1rem;
}
.bill-email img {
  width: 0.5rem;
  margin-right: 0.2rem;
}
.bill-email i {
  float: right;
  position: relative;
  font-size: 0.26rem;
  color: #74a1d4;
  padding-right: 0.4rem;
}
.bill-email i:after {
  content: '';
  border-right: 2px solid #dedede;
  border-top: 2px solid #dedede;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.35rem;
  right: 0.1rem;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: left center;
  -moz-transform: rotate(45deg);
  -moz-transform-origin: left center;
}
.popBox .email-box {
  width: 4.7rem;
  line-height: 0.82rem;
  height: 0.82rem;
  border: 1px solid #dbdbdb;
  border-radius: 0.1rem;
  padding: 0 0.2rem;
  color: #bbb;
  font-size: 0.26rem;
}
.member-check {
  padding: 0 0.1rem;
  margin-bottom: 0.3rem;
  color: #333;
  border-bottom: 1px solid #ebebeb;
}
.member-check .bill-tips {
  margin: 0;
}
.price-tips {
  font-size: 0.24rem;
  float: right;
  color: #ff7800;
}
.icon01 {
  width: 0.26rem;
  margin: 0 0.2rem;
  vertical-align: -0.02rem;
}
.member-bill {
  padding: 0 0.1rem;
  text-align: right;
  color: #666;
  margin-bottom: 0.2rem;
}
.member-bill em {
  margin-left: 0.2rem;
}
.member-bill b {
  color: #333;
}
.member-bill i {
  color: #ec3026;
  font-size: 0.34rem;
  margin-left: 0.1rem;
}
.ticket-top {
  line-height: 1.05rem;
  background: #fff;
  padding: 0 0.3rem;
  font-size: 0.28rem;
  color: #000;
}
.ticket-top span {
  float: right;
  text-align: center;
  line-height: 1.5;
  display: inline-block;
  background:linear-gradient(to right,#6a95ff,#3e6dde);
  border-radius:0.24rem;
  padding:0.05rem 0.1rem;
  color:white;
  margin-top: .2rem;
}
.ticket-top img {
  width: 0.39rem;
  display: inline-block;
  margin-bottom:-0.15rem;
  margin-left:0.1rem;
}
.ticket-all {
  line-height: 1.4rem;
  color: #212121;
  font-size: 0.38rem;
  background: #fff;
  position: relative;
  text-align: center;
}
.ticket-all span {
  position: relative;
}
.ticket-all a {
  position: absolute;
  line-height: 0.36rem;
  border-radius: 0.1rem 0.1rem 0.1rem 0;
  font-size: 0.22rem;
  color: #fff;
  background: -webkit-linear-gradient(right, #6a95ff, #3d6cdd);
  background: linear-gradient(to right, #6a95ff, #3d6cdd);
  display: inline-block;
  line-height: 1;
  width: 1.2rem;
  padding: 0.05rem 0.1rem;
  top: -0.12rem;
}
.notice-icon {
  width: 0.4rem;
  margin: 0 0.05rem;
}
.all-ticket {
  width: 100%;
  height: 1rem;
  text-align: center;
  font-size: 0.34rem;
  color: #fff;
  position: fixed;
  bottom: 0;
  line-height: 1rem;
}
.all-ticket2 {
  width: 100%;
  height: 1rem;
  text-align: center;
  font-size: 0.34rem;
  color: #fff;
  position: fixed;
  bottom: 0;
  line-height: 1rem;
}
.month-pay {
  color: #ed2b21;
  border: 1px solid #ed2b21;
  padding: 0.02rem 0.1rem;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.ticket-bottom {
  width: 100%;
  height: 1rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  position: fixed;
  bottom: 0;
  line-height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.ticket-bottom a {
  width: 1.5rem;
  height: 0.58rem;
  line-height: 0.58rem;
  border-radius: 0.58rem;
  border: 1px solid #fff;
}
.ticket-check {
  line-height: 0.4rem;
  font-size: 0.26rem;
  text-align: left;
}
.ticket-checkbox .t-left {
  width: 5.6rem;
}
.check-pre {
  float: left;
  width: 0.4rem;
  height: 1.7rem;
  margin-left: 0.12rem;
  display: none;
}
.check-all {
  margin-left: 0.12rem;
}
.check-all .checkboxs1 > input + span::after {
  background: #fff;
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 50%;
  margin-top: -0.14rem;
  left: 0;
  border-radius: 0.28rem;
}
.check-all .checkboxs > input:checked + span::after {
  background-image: url(../../images/EInvoice2020/radio-all.png?v=1);
  background-size: 100% 100%;
}
.check-all .checkboxs1 > input:checked + span::after {
  background-image: url(../../images/EInvoice2020/radio-all.png?v=1);
  background-size: 100% 100%;
}
.check-all .checkboxs span {
  color: #fff;
  font-size: 0.3rem;
  margin-left: 0.1rem;
}
.check-all .checkboxs1 span {
  color: #fff;
  font-size: 0.3rem;
  margin-left: 0.1rem;
}
.dark-tips {
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.34rem;
  color: #fff;
  padding: 0.4rem 0.2rem;
  text-align: center;
  display: inline-block;
  border-radius: 0.1rem;
  position: fixed;
  top: 50%;
  left: 50%;
  width:65%;
  transform: translate(-50%, -50%);
}
.arrow-up-icon {
  position: relative;
  width: 0.2rem;
  height: 0.2rem;
  margin: 0 0.1rem;
}
.arrow-up-icon:after {
  content: '';
  border-right: 2px solid #d7d7d7;
  border-top: 2px solid #d7d7d7;
  transform: rotate(135deg);
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0.05rem;
  left: 0.2rem;
  -webkit-transform: rotate(135deg);
  -webkit-transform-origin: left center;
  -moz-transform: rotate(135deg);
  -moz-transform-origin: left center;
}
.arrow-up-icon.arrow-icon:after {
  -webkit-transform: rotate(-45deg);
  top: 0.2rem;
  left: 0.1rem;
}
.ticket-pop1 {
  width: 5.9rem;
  background: #f5f6f6;
  position: relative;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.2rem;
}
.ticket-pop1 div {
  line-height: 0.6rem;
}
.ticket-pop1 p {
  line-height: 0.4rem;
  color: #666;
  font-size: 0.26rem;
}
.ticket-pop1 i {
  width: 0;
  height: 0;
  border-right: 0.2rem solid transparent;
  border-left: 0.2rem solid transparent;
  border-bottom: 0.2rem solid #f5f6f6;
  position: absolute;
  top: -0.1rem;
  left: 0.4rem;
}
.success {
  text-align: center;
  color: #333;
  font-size: 0.32rem;
  padding: 1rem 0 0 0;
}
.success img {
  width: 2.2rem;
  display: block;
  margin: 0 auto 0.2rem auto;
}
.success p {
  font-size: 0.32rem;
  /* padding: 0 1rem; */
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
  text-align: center;
}
.success p span {
  float: right;
}
.t-send {
  text-align: center;
  margin-top: 1rem;
}
.t-send span {
  color: #333;
  font-size: 0.28rem;
  position: relative;
  display: inline-block;
  margin-bottom: 0.4rem;
}
.t-send span:before,








.t-send span:after {
  content: '';








  width: 2.3rem;



















































  height: 1px;





































































































  background: #333;























































  position: absolute;
  top: 50%;
  left: -2.4rem;






















































































































































































































































































































































































}











































































































































































































































































































































































































































































































































































































































































.t-send span:after {
  left: auto;
  right: -2.4rem;
}
.send-ways {
  margin: 0 0.3rem;
}
.send-ways li {
  display: inline-block;
  width: 32%;
  color: #333;
}
.send-ways li img {
  width: 1rem;
  display: block;
  margin: 0.1rem auto;
}
.white-bg {
  background: #fff;
}
.tuisong-tips {
  font-size: 0.26rem;
  color: #ff7800;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  margin-top: -0.1rem;
}
.btn-short {
  width: 6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  border-radius: 0.8rem;
  color: #fff;
  font-size: 0.34rem;
  text-align: center;
  display: inline-block;
  margin: 0.1rem 0.3rem;
}
.gray-btn {
  background: #dbdbdb;
}
.ticket-foot-white {
  background: #fff;
}
.icon-ask {
  display: inline-block;
  position: relative;
  font-weight: 300;
}
.ticket-pop2 {
  width: 3.6rem;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 0.1rem;
  position: absolute;
  z-index: 99;
  top: -1.8rem;
  left: -1.55rem;
  padding: 0.2rem;
  font-size: 0.24rem;
}
.ticket-pop2 p {
  line-height: 0.4rem;
  color: #fff;
}
.ticket-pop2 em {
  width: 0;
  height: 0;
  border-right: 0.2rem solid transparent;
  border-left: 0.2rem solid transparent;
  border-top: 0.2rem solid rgba(0, 0, 0, 0.7);
  position: absolute;
  bottom: -0.12rem;
  left: 50%;
  margin-left: -0.12rem;
}
.ticket-pop2 .text-price {
  text-align: left;
}
.detial {
  margin: 0.25rem;
}
.detial h2 {
  font-size: 0.28rem;
  color: #333;
  margin-bottom: 0.2rem;
}
.detial table {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.detial table th {
  background: #3e6dde;
  line-height: 0.8rem;
  font-size: 0.24rem;
  color: #fff;
  border-collapse: collapse;
}
.detial table td {
  background: #fff;
  line-height: 0.7rem;
  font-size: 0.26rem;
  color: #666;
  border-collapse: collapse;
}
.detial table tr {
  border-bottom: 1px solid #dbdbdb;
}
.detial table tr:last-child {
  border-bottom: none;
}
.no-history {
  height: 2rem;
  line-height: 2rem;
  font-size: 0.24rem;
  color: #999;
}
.t-bottom span {
  font-size: 0.24rem;
  color: #999;
}
.t-bottom span:before,
.t-bottom span:after {
  background: #dbdbdb;
}
.question-box {
  margin: 0.3rem;
}
.question {
  font-size: 0.28rem;
  color: #333;
  line-height: 2;
}
.question h2 {
  line-height: 0.48rem;
  color: #fff;
  font-size: 0.28rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0;
  padding: 0 0.2rem;
  font-weight: 300;
  display: inline-block;
  margin: 0.2rem 0;
  position: relative;
}
.question h2:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #6a95ff;
  position: absolute;
  bottom: -5px;
  left: 0;
  -webkit-transform: rotate(45deg);
}
.question-bottom {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 3.7rem;
  overflow: hidden;
}
.question-bottom h2 {
  font-size: 0.32rem;
  color: #333;
  text-align: center;
  padding: 0.3rem;
  border-top: 1px solid #f1f3f5;
}
.question-bottom div {
  padding-left: 0.3rem;
}
.question-bottom a {
  display: inline-block;
  min-width: 1.8rem;
  line-height: 0.57rem;
  border-radius: 0.57rem;
  text-align: center;
  font-size: 0.28rem;
  color: #333;
  margin-right: 0.18rem;
  margin-bottom: 0.3rem;
  padding: 0 0.2rem;
  background: #f1f3f5;
}
/*202007*/
.ticket-title {
  padding: 0.1rem 0.3rem;
  font-size: 0.3rem;
}
.ticket-title span {
  width: 36%;
  display: inline-block;
}
.bill-tips-member {
  color: #ff7800;
  margin: 0 0.1rem;
  font-size: 0.24rem;
}
.bill-months .bill-months-title {
  font-size: 0.3rem;
}
.bill-months .bill-months-title i {
  margin-left: 0.3rem;
}
.months-more {
  overflow: hidden;
  text-align: center;
  height: 0.5rem;
}
.months-more i {
  position: relative;
}
.months-more i:after {
  content: "";
  position: absolute;
  right: 0.1rem;
  top: 0;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 0.17rem;
  height: 0.17rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
}
.months-more.months-more-arrow i:after {
  top: 0.15rem;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
}
.num-family {
  font-size: 0.28rem;
  color: #666;
  padding: 0 0.4rem;
}
.num-family .checkboxs-bar {
  display: block;
}
.family-numlist {
  margin: 0 0.25rem;
}
.family-numlist li {
  margin: 0.1rem 0;
}
.detial .arrow {
  position: relative;
}
.month-choose {
  width: 1.8rem;
  position: relative;
  font-size: 0.28rem;
}
.month-choose input {
  color: #333;
  font-weight: 700;
  width: 1.8rem;
  background-color: transparent;
}
.month-choose:after {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: 0.05rem;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  width: 0.17rem;
  height: 0.17rem;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);


























}



.viewInvoice {
  background: linear-gradient(#55a3f9, #4cd0f8) !important;
}
.invoice {
  background: linear-gradient(135deg, #2a5acc, #5f89f2) !important;
}
.invoiceing {
  background: linear-gradient(135deg, #878787, #bababa) !important;
}

.history-null {
	text-align: center;
	padding:.5rem .2rem;
	font-size:.26rem;
	color: #999;

}
.history-null a {
	width: 2rem;
	height: .56rem;
	line-height: .56rem;
	border-radius: .56rem;
	background: #1c92d5;
	font-size: .28rem;
	color: #fff;
	display: block;
	margin: .4rem auto;
  	background:-webkit-linear-gradient(left, #6a95ff,#3d6cdd);
  	background:-moz-linear-gradient(top, #6a95ff,#3d6cdd);
}
.checkboxs1.check-disabled>input+span::after {
	background-image:none;
    background: #ddd; 
    border-radius: .28rem;
    border: 1px solid #a0a0a0;
}
.checkboxs.check-disabled>input+span::after {
	background-image:none;
    background: #ddd; 
    border-radius: .28rem;
    border: 1px solid #a0a0a0;
}
.ticket-bottom a.kp{
	background: #fff;
	color: #406fe3;
}

.dis{
	background:grey;
}
.ticket-bottom a.kpdis{
	background:grey;
	color: #fff;
}
	

.bill-info .bill-title {
  width: 36% !important;
}

.ticket-btn-box {
    position: relative;
    z-index: 99;
  }
  
.mask{position: fixed; left: 0;top: 0; bottom: 0; right: 0;background: rgba(0,0,0,0.5); z-index: 20; display:none;}
/*详单弹框*/
.remind{ position:fixed; top:15%; left:10%; width:80%; background:#FFF; border-radius:5px; z-index:30; font-size:14px;}
.remind-titile{ text-align:center; border-bottom:1px solid #23a3ff; color:#0195ff; padding:4% 0; font-size:16px;}
.remind-text{padding: 0 15px;}
.shure-qx-btn{padding: 20px 0;text-align: center;}
.qx,.shure{width: 40%;padding: 8px 0;text-align: center;cursor: pointer;display: inline-block;border-radius: 5px;color: #fff;font-size: 16px;}
.qx{ background-color:#c9c9c9; color:#535353}
.shure{background-color:#0195ff;color:#FFF;margin-left: 0%;}
.remind li{text-align:center;line-height:.5rem}


.zdgn_cli {
    padding: .3rem .2rem .3rem .5rem;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6;
}

.cli_head {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 .45rem;
    height: .6rem;
    line-height: .58rem;
    font-size: .3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    letter-spacing: .01rem;
}

.head_1 {
    border: 1px solid #bfbfbf;
    color: #bfbfbf;
}

.head_1::after {
    content: '';
    position: absolute;
    top: -.04rem;
    right: -.04rem;
    background: url(../../images/EInvoice2020/img1.png) no-repeat;
    background-size: 100% 100%;
    width: .68rem;
    height: .49rem;
}

.head_2 {
    border: 1px solid #2f5ecf;
    color: #3664d4;
}

.head_2::after {
    content: '';
    position: absolute;
    top: -.04rem;
    right: -.04rem;
    background: url(../../images/EInvoice2020/img2.png) no-repeat;
    background-size: 100% 100%;
    width: .68rem;
    height: .49rem;
}

.zdgn_cli p {
    font-size: .26rem;
    margin-top: .2rem;
    letter-spacing: .01rem;
    color: #ffa530;
}

.ticket-tab>.tabState {
    position: absolute;
    right: 0.1rem;
    top: 0.07rem;
    color: #4372e4;
    font-size: .26rem;
}

.ticket-tab>.tabState>img {
    width: 0.24rem;
    margin: 0.1rem;
}

.ticket-tab>.tabStateBox {
    width: 2.4rem;
    font-size:.32rem;
    position: absolute;
    right: 0.1rem;
    top: 0.88rem;
    background-color: white;
    z-index: 19;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.356);
    display: none;
    
}

.ticket-tab>.tabStateBox>div {
    position: relative;
    border-bottom: 1px solid rgb(187, 187, 187);
}

.ticket-tab>.tabStateBox>div:nth-last-of-type(1) {
    border: none;
}

.ticket-tab>.tabStateBox>div>span {
    width: .28rem;
    height: .28rem;
    margin-top: -0.14rem;
    display: inline-block;
    background-image: url(https://wap.js.10086.cn/mobile/resource/touch/images/EInvoice2020/radio.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
}

.stateSpanChecked {
    background-image: url(https://wap.js.10086.cn/mobile/resource/touch/images/EInvoice2020/radio-on.png) !important;
    /* background-color: red; */
}


.filterTab{
    font-size: 0.3rem;
    color: black;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 0 0 0.17rem 0.17rem;
    background-color: white;
    border-top: 0.15rem solid #f3f3f3;
}
.filterTab-new{
    font-size: 0.3rem;
    color: black;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;
    /* padding: 0 0 0.17rem 0.17rem; */
    background-color: white;
    /* border-top: 0.15rem solid #f3f3f3; */
}

.filterTab>div:nth-of-type(1){
    width: 12%;
    /* line-height: 0.9rem; */
    padding: 0.3rem 0;
}

.filterTab>div:nth-of-type(2){
    /*width: 87%;*/
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
}

.filterTab>div:nth-of-type(2)>p{
    display: inline-block;
    /*width: 0.8rem;*/
    width: 14%;
    text-align: center;
    /* line-height: 0.9rem; */
    padding: 0 0 0.3rem 0;
    cursor: pointer;
}
.filterTab>div:nth-of-type(2)>p>span{
    font-size: 0.24rem;
}
.filterTabChecked{
    color: #4372e4;
}
.ticket-box li.hideLi{
	display:none;
}




/* 新增 */
.ticket-tab>.tabStateBox{
  border-radius: .1rem;
  width: 2.3rem;
}
.ticket-tab>.tabStateBox>div{
  padding-left: 0.66rem;
  border-bottom: none;
  text-align: left;
  font-size: .26rem;
}
.ticket-tab>.tabStateBox>div>span {
  width: .3rem;
  height: .3rem;
}
.ticket-tab>.tabStateBox>div .line{
  width: 2rem;
  /* margin: 0 auto; */
  margin-left: -.5rem;
  border-bottom: 0.01rem solid #ccc;
}
.ticket-tab>.tabStateBox>div>span{
  left: 9%;
}
.stateSpanChecked{
  background-image: url(../../images/EInvoice2020/check.png) !important;
}
.ticket-tab>.tabStateBox>div>span{
  background-image: url(../../images/EInvoice2020/no_check.png) ;
}
.choose_img{
  width: .36rem !important;
}
.ticket-tab>.tabState{
  color: #2ba4e9;
  right: 0.3rem;
  top: 0.02rem;
}

.invoice-new {
        height: 60px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .invoiceBtn {
        width: 1.6rem;
        height: 0.45rem;
        text-align: center;
        line-height: .45rem;
        font-size: .28rem;
        color: #666666;
        background: #f2f2f2;
        border-radius: .18rem;
        margin-left: .7rem;
    }
    .active {
        background: #4372e4;
        color: #fff;
    }
.popSel{
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.popSel.close{
    display: none;
}
.popSel .popCon{
	width: 100vw;
	height: 3.8rem;
	background-color: #fff;
	border-radius: 0.26rem 0.26rem 0 0;
	position: relative;
}
.popSel .popCon .popClose{
	width: 0.4rem;
	height: 0.4rem;
	position: absolute;
	top: 0.3rem;
	right: 0.3rem;
}

.popSel .popCon .popTit{
	width: 90%;
	height: 1.2rem;
	margin: 0 auto;
	text-align: center;
	line-height: 1.2rem;
	font-size: 0.32rem;
	color: #333;
	border-bottom: 1px solid #E9E9E9;
}

.popSel .popCon .popBtnGroup{
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0.8rem auto 0;
}
.popSel .popCon .popBtnGroup p{
	width: 3.05rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	font-size: 0.32rem;
	color: #fff;
	background: linear-gradient(to right, #2791FF, #037FFF);
	border-radius: 0.5rem;
}